ComponentOne Bitmap for WPF
CopyFromRenderTarget(Nullable<Point2L>,RenderTarget,Nullable<RectL>) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > Bitmap Class > CopyFromRenderTarget Method : CopyFromRenderTarget(Nullable<Point2L>,RenderTarget,Nullable<RectL>) Method
HRESULT ID2D1Bitmap::CopyFromRenderTarget([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1RenderTarget* renderTarget,[In, Optional] const D2D_RECT_U* srcRect)
Syntax
'Declaration
 
Public Overloads Sub CopyFromRenderTarget( _
   ByVal destPoint As System.Nullable(Of Point2L), _
   ByVal renderTarget As RenderTarget, _
   ByVal srcRect As System.Nullable(Of RectL) _
) 
public void CopyFromRenderTarget( 
   System.Nullable<Point2L> destPoint,
   RenderTarget renderTarget,
   System.Nullable<RectL> srcRect
)

Parameters

destPoint
renderTarget
srcRect
See Also

Reference

Bitmap Class
Bitmap Members
Overload List